Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Medical.DataAccessLayer.Catalog Namespace > ForeignKeysAttribute Class > ForeignKeysAttribute Constructor : ForeignKeysAttribute Constructor(String[],String[]) |
public ForeignKeysAttribute( string[] parentElementKeys, string[] childElementKeys )
'Declaration Public Function New( _ ByVal parentElementKeys() As String, _ ByVal childElementKeys() As String _ )
'Usage Dim parentElementKeys() As String Dim childElementKeys() As String Dim instance As New ForeignKeysAttribute(parentElementKeys, childElementKeys)
public: ForeignKeysAttribute( array<String^>^ parentElementKeys, array<String^>^ childElementKeys )
The length of the array in the parentElementKeys should equal the length of the array in childElementKeys.
Each value index in the parentElementKeys should correspond to the same value index in childElementKeys.